home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / site.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-27  |  541 b   |  17 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     site.h - Default Site Movable Modal Dialog Interface.
  4. _____________________________________________________________________*/
  5.  
  6. #ifndef __site__
  7. #define __site__
  8.  
  9. /*_____________________________________________________________________
  10.  
  11.     Functions.
  12. _____________________________________________________________________*/
  13.  
  14. extern void site_DoKey (WindowPtr w, char key, short modifiers);
  15. extern Boolean site_DoDialog (Str255 server, short label1, short label2);
  16.  
  17. #endif